home *** CD-ROM | disk | FTP | other *** search
- object frmImpExp: TfrmImpExp
- Left = 336
- Top = 218
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Import/Export'
- ClientHeight = 169
- ClientWidth = 289
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object gagImpExp: TGauge
- Left = 8
- Top = 112
- Width = 273
- Height = 17
- ForeColor = clBlue
- Progress = 0
- end
- object lblStatus: TLabel
- Left = 8
- Top = 96
- Width = 273
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'lblStatus'
- end
- object rgrImpExp: TRadioGroup
- Left = 8
- Top = 8
- Width = 273
- Height = 81
- Caption = 'Format'
- ItemIndex = 0
- Items.Strings = (
- 'Audiofile Internet Companion (tm) Catalog')
- TabOrder = 0
- end
- object btnImport: TButton
- Left = 8
- Top = 136
- Width = 75
- Height = 25
- Caption = '&Import'
- TabOrder = 1
- OnClick = btnImportClick
- end
- object btnExport: TButton
- Left = 208
- Top = 136
- Width = 75
- Height = 25
- Caption = '&Export'
- TabOrder = 2
- OnClick = btnExportClick
- end
- object inoImpExp: TIniOut
- Items.Strings = (
- 'frmImpExp;Left;0;Software\Tisdale\CDmax\frmImpExp;Left;1;0'
- 'frmImpExp;Top;0;Software\Tisdale\CDmax\frmImpExp;Top;1;0'
-
- 'odlImpExp;InitialDir;;Software\Tisdale\CDmax\frmImpExp\odlImpExp' +
- ';InitialDir;1;0'
-
- 'sdlImpExp;InitialDir;;Software\Tisdale\CDmax\frmImpExp\sdlImpExp' +
- ';InitialDir;1;0')
- RegistryRoot = CURRENT_USER
- Left = 88
- Top = 136
- end
- object odlImpExp: TOpenDialog
- DefaultExt = '*.txt'
- Filter = 'AIC export files|*.txt'
- Title = 'AIC export files'
- Left = 120
- Top = 136
- end
- object sdlImpExp: TSaveDialog
- DefaultExt = '*.txt'
- Filter = 'AIC export files|*.txt'
- Title = 'Export AIC file'
- Left = 152
- Top = 136
- end
- end
-